You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added variants(variant_uids, branch_name = nil) on Contentstack::Entry and Contentstack::Query to scope requests to one or more entry variants, optionally on a branch.
Sends x-cs-variant-uid header (comma-separated for multiple UIDs); branch falls back to stack-level branch if not passed.
Refactored branch-header logic in API into shared helpers used by both standard and preview requests.
Added input validation (API.validate_variant_uids!) with clear errors for missing/invalid variant UIDs.
ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.
Check Type
Count (with fixes)
Without fixes
Threshold
Result
🔴 Critical Severity
0
0
10
✅ Passed
🟠 High Severity
0
0
25
✅ Passed
🟡 Medium Severity
0
0
500
✅ Passed
🔵 Low Severity
0
0
1000
✅ Passed
⏱️ SLA Breach Summary
✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.
Severity
Breaches (with fixes)
Breaches (no fixes)
SLA Threshold (with/no fixes)
Status
🔴 Critical
0
0
15 / 30 days
✅ Passed
🟠 High
0
0
30 / 120 days
✅ Passed
🟡 Medium
0
0
90 / 365 days
✅ Passed
🔵 Low
0
0
180 / 365 days
✅ Passed
✅ BUILD PASSED - All security checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
variants(variant_uids, branch_name = nil)onContentstack::EntryandContentstack::Queryto scope requests to one or more entry variants, optionally on a branch.x-cs-variant-uidheader (comma-separated for multiple UIDs); branch falls back to stack-levelbranchif not passed.APIinto shared helpers used by both standard and preview requests.API.validate_variant_uids!) with clear errors for missing/invalid variant UIDs.0.9.2→0.10.0.Co-Authored-By: Claude Sonnet 5 [email protected]